projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6d5386
)
(read_char_menu_prompt): Now static. Add declaration.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 3 Jun 1993 17:48:18 +0000
(17:48 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 3 Jun 1993 17:48:18 +0000
(17:48 +0000)
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index 66885c290245da03dc8c84f7ffe9391dcac315f5..af9909922320041669d6c4dc99e0783d0f471e7b 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-435,6
+435,7
@@
void (*keyboard_init_hook) ();
static int read_avail_input ();
static void get_input_pending ();
+static Lisp_Object read_char_menu_prompt ();
/* > 0 if we are to echo keystrokes. */
static int echo_keystrokes;
@@
-3218,7
+3219,7
@@
static int echo_now;
The prompting is done based on the prompt-string of the map
and the strings associated with various map elements. */
-Lisp_Object
+
static
Lisp_Object
read_char_menu_prompt (nmaps, maps, prev_event, used_mouse_menu)
int nmaps;
Lisp_Object *maps;